home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Cubox.swf / scripts / DefineButton2_179 / BUTTONCONDACTION on(release).as
Text File  |  2004-06-30  |  107b  |  8 lines

  1. on(release){
  2.    gotoAndPlay(5);
  3.    if(score >= "1" and "0" < moves)
  4.    {
  5.       score -= "1";
  6.    }
  7. }
  8.